Show the size column by default in the file chooser
authorFederico Mena Quintero <federico@novell.com>
Fri, 19 Jun 2009 00:48:38 +0000 (19:48 -0500)
committerFederico Mena Quintero <federico@novell.com>
Fri, 19 Jun 2009 00:48:38 +0000 (19:48 -0500)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilechooserdefault.c
gtk/gtkfilechoosersettings.c

index 2e5233cf8b2021746d7bf7787185646c49330001..6a1225ad86a071550c1e63fdd64ae637b1f2e0e8 100644 (file)
@@ -791,7 +791,7 @@ _gtk_file_chooser_default_init (GtkFileChooserDefault *impl)
   impl->use_preview_label = TRUE;
   impl->select_multiple = FALSE;
   impl->show_hidden = FALSE;
-  impl->show_size_column = FALSE;
+  impl->show_size_column = TRUE;
   impl->icon_size = FALLBACK_ICON_SIZE;
   impl->load_state = LOAD_EMPTY;
   impl->reload_state = RELOAD_EMPTY;
index 1553c36fd4648591113d8f918f38058508533061..1fc9623ae481565414874db7bddafe6f0982f2cd 100644 (file)
@@ -248,7 +248,7 @@ _gtk_file_chooser_settings_init (GtkFileChooserSettings *settings)
   settings->sort_column = FILE_LIST_COL_NAME;
   settings->show_hidden = FALSE;
   settings->expand_folders = FALSE;
-  settings->show_size_column = FALSE;
+  settings->show_size_column = TRUE;
   settings->geometry_x     = -1;
   settings->geometry_y     = -1;
   settings->geometry_width  = -1;